From 5996f3c8da43fbee54c789f1b7c907b2646c76b9 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 22 Mar 2016 12:00:24 -0500 Subject: [PATCH] xenconsole: update help message The help message did not include information about the --type parameter. Signed-off-by: Doug Goldstein Acked-by: Wei Liu --- tools/console/client/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/console/client/main.c b/tools/console/client/main.c index d006fdcf60..f660e10c90 100644 --- a/tools/console/client/main.c +++ b/tools/console/client/main.c @@ -76,6 +76,7 @@ static void usage(const char *program) { "\n" " -h, --help display this help and exit\n" " -n, --num N use console number N\n" + " -t, --type TYPE console type. must be 'pv' or 'serial'\n" , program); } -- 2.30.2